home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TPROMPTER / TPROMPTER.txt
Text File  |  1996-08-04  |  2KB  |  82 lines

  1. object Prompter: TPrompter
  2.   Left = 294
  3.   Top = 168
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 108
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 21
  22.     Height = 13
  23.     Caption = 'Test'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object OKBtn: TBitBtn
  31.     Left = 144
  32.     Top = 68
  33.     Width = 77
  34.     Height = 27
  35.     Caption = 'OK'
  36.     Default = True
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ModalResult = 1
  42.     ParentFont = False
  43.     TabOrder = 1
  44.     Margin = 2
  45.     NumGlyphs = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object CancelBtn: TBitBtn
  50.     Left = 228
  51.     Top = 68
  52.     Width = 77
  53.     Height = 27
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ModalResult = 2
  61.     ParentFont = False
  62.     TabOrder = 2
  63.     Margin = 2
  64.     NumGlyphs = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object Edit1: TEdit
  69.     Left = 8
  70.     Top = 32
  71.     Width = 297
  72.     Height = 21
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     TabOrder = 0
  79.     Text = 'Edit1'
  80.   end
  81. end
  82.